This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Convert Multi-Value Field to JavaScript Array? ~Patti Dwoavitchakol 16.Jan.04 08:26 PM a Web browser Domino Designer 6.0.3All Platforms
Split your single value based on a separator, say a comma, using the JavaScript String.split(',') function. Once you have a JS array it is a simple matter to get an individual element.